/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Infusion: news slider panel system
| Filename: manset_news_panel.php
| Author: AvaLoN
| Web Page: http://www.fusiontr.com
| Author: ozan
| Web Page: http://www.galopcu.com 
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

IMPORTANT
-----------
Before installation please backup files :

administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php

DESCRIPTION
-----------
A modification of the news system infusion. Showing lastest 4 news on slider panel and you can add image for slider panel

CHANGED FILES
-------------
administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php


Installation :
-------------

1 --------------
go to admin panel/custom pages and preview this code (DONT SAVE)

<?php
$result = dbquery("ALTER TABLE `".DB_PREFIX."news`
ADD `news_image` varchar(100) NOT NULL;");
?>


2 ----------------
administration/news.php replace with modifided news.php

locale/english/admin/news.php   replace with modifided news.php


3 ----------------
manset_news_panel folder put in infusions folder 
Go through Admin Panel -> System Admin -> Panels and add "manset_news_panel" after enable.


UNINSTALL
---------
Go through Admin Panel -> System Admin -> Panels and find slider panel Press "delete"

and change with backup files

administration/news.php
locale/english/admin/news.php
locale/turkish/admin/news.php
 